home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / prodpack.zip / DB4PPSRC.EXE / _ERR_BOX.PRG < prev    next >
Text File  |  1993-05-04  |  320b  |  13 lines

  1. PROCEDURE _Err_Box
  2. PARAMETERS pc_msg
  3. *----------------------------------------------------------------------------
  4. * NAME
  5. *   _Err_Box - Display an error box
  6. *
  7. *----------------------------------------------------------------------------
  8.   DO _ErrHelp WITH pc_msg, .f.
  9.  
  10. RETURN
  11. *-- EOP: _Err_Box WITH pc_msg
  12.  
  13.